home *** CD-ROM | disk | FTP | other *** search
/ infoROM 17,000 Product Descriptions for Business / infoROM Product Descriptions for Business - ESX Interactive.ISO / argdemos / psave / psinit.dcl < prev   
Encoding:
Text File  |  1994-01-09  |  2.0 KB  |  70 lines

  1. //********************************************************************
  2. //      PSave 2.0.12
  3. //
  4. //      AutoCAD Dialog Control File
  5. //
  6. //      (c) 1992-1994  Engenious Systems, Inc.
  7. //                     All Rights Reserved
  8. //********************************************************************
  9. //
  10. //********************************************************************
  11. //
  12. //      Initialization dialog control
  13. //
  14. //********************************************************************
  15.  
  16. psinit : dialog {
  17.           label = "About PSave 2.0";
  18.           initial_focus = "nc_info";
  19.           spacer;
  20.           : column {
  21.             : text {
  22.                key = "title";
  23.                alignment = centered;
  24.                is_tab_stop = false;
  25.             }
  26.             spacer;
  27.             : text {
  28.                key = "title0";
  29.                alignment = centered;
  30.                is_tab_stop = false;
  31.             }
  32.             spacer;
  33.             spacer;
  34.             : text {
  35.                key = "title1";
  36.                alignment = centered;
  37.                is_tab_stop = false;
  38.             }
  39.             : text {
  40.                key = "title2";
  41.                alignment = centered;
  42.                is_tab_stop = false;
  43.             }
  44.           }// end column
  45.           : column {
  46.             : image {
  47.                 key = "logoview";
  48.                 color = dialog_background;
  49.                 width = 21;
  50.                 height = 7;
  51.                 alignment = centered;
  52.                 fixed_width = true;
  53.                 is_tab_stop = false;
  54.             }// end image
  55.           }// end column
  56.           : text {
  57.              key = "phone";
  58.              value = "Customer Support: (206) 628-0167";
  59.              alignment = centered;
  60.              is_tab_stop = false;
  61.           }
  62.           spacer;
  63.           : button {
  64.              key = "nc_info";
  65.              label = "(c) 1992-1994 Engenious Systems, Inc.";
  66.              fixed_width = false;
  67.              is_cancel = true;
  68.           }//end button
  69. }// end dialog
  70.